home *** CD-ROM | disk | FTP | other *** search
- echo off
- getop nojoy
- goto split
- :top
- getop arg:1 nojoy
- :split
- if ERRORLEVEL 5 goto show
- if ERRORLEVEL 4 goto help
- if ERRORLEVEL 3 goto color
- if ERRORLEVEL 2 goto pro
- if ERRORLEVEL 1 goto paint
- goto exit
- :pro
- call proplus
- goto top
- :paint
- call paint
- goto top
- :color
- call color
- goto top
- :help
- call help
- goto top
- :show
- call clip
- goto top
- :exit
- echo That is all.
-
-
-